home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / set / lastlog_level < prev    next >
Text File  |  2001-03-21  |  2KB  |  40 lines

  1. Synopsis:
  2.    set lastlog_level [[-]<level> [[-]<level> ...]]
  3.  
  4. Description:
  5.    This setting controls the type(s) of information that EPIC will store
  6.    in its lastlog buffer.  Any single message type, or any combination,
  7.    may be used.  If a type is prepended with a '-', messages of that type
  8.    are explicitly not saved (useful with the ALL type).  Message types
  9.    may be abbreviated unambiguously.
  10.  
  11. Options:
  12.    actions        public and private CTCP ACTION messages
  13.    ctcp           CTCP messages (except ACTION and DCC)
  14.    dcc            DCC messages
  15.    msgs           MSG messages
  16.    notes          NOTE messages (not supported on all servers)
  17.    notices        NOTICE messages
  18.    opnotes        operator broadcast messages
  19.    public         public channel messages
  20.    snotes         anything hooked by the SERVER_NOTICE hook
  21.    userlog1 - 4   reserved for the user (available with XECHO)
  22.    walls          WALL messages (deprecated, no servers support it)
  23.    wallops        WALLOP messages
  24.    crap           everything else (channel joins/parts, mode changes...)
  25.    all            all of the above
  26.    none           none of the above
  27.  
  28. Examples:
  29.    To log everything except server and operator notices:
  30.       /set lastlog_level all -opnotes -snotes
  31.  
  32. See Also:
  33.    ctcp(1); dcc(1); msg(1); note(4); notice(1); on(5) server_notice; set(4)
  34.    lastlog; wallop(3); window(4) lastlog_level; xecho(5)
  35.  
  36. Bugs:
  37.    Message type names may only be abbreviated when including the type.  The
  38.    full name must be given when excluding the type with a '-'.
  39.  
  40.